trait is raw
| 1 | class Routine | 
| 1.1 | (Routine) trait is raw | 
Documentation for trait is raw assembled from the following types:
class Routine
From Routine
(Routine) trait is raw
Defined as:
multi sub trait_mod:<is>(Routine , :!)
Gives total access to the data structure returned by the routine.
my = <zape zapatilla>;sub þor() is raw;þor()[1] = 'pantuflo';say ; # OUTPUT: «[zape pantuflo]»